home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / progut~1 / iostream.zoo / test / hw.cc < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-22  |  109 b   |  8 lines

  1. #include <iostream.h>
  2.  
  3. int main(int argc, char** argv)
  4. {
  5.     cout << "Hello World via cout";
  6.     return 0;
  7. }
  8.